home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / xlib04.zip / XFILEIO.INC < prev    next >
Text File  |  1992-11-04  |  747b  |  24 lines

  1. ;-----------------------------------------------------------------------
  2. ;
  3. ; XFILEIO - Include file
  4. ;
  5. ; XFILEIO.ASM export functions
  6. ;
  7. ;
  8. ;
  9. ; ****** XLIB - Mode X graphics library                ****************
  10. ; ******                                               ****************
  11. ; ****** Written By Themie Gouthas                     ****************
  12. ;
  13. ; egg@dstos3.dsto.gov.au
  14. ; teg@bart.dsto.gov.au
  15. ;-----------------------------------------------------------------------
  16.  
  17.         global _f_open            :proc
  18.         global _f_close           :proc
  19.             global _f_read            :proc
  20.             global _f_write           :proc
  21.             global _f_seek            :proc
  22.         global _f_filelength      :proc
  23.  
  24.